body{
    background-color: black;
    
}

@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&family=Permanent+Marker&family=Playfair+Display+SC:wght@700&family=Zilla+Slab:wght@300&display=swap');

body {
  /* background-color: rgba(63, 63, 63, 0.427); */
  font-family: 'TYPO';
  /* background:url(digital-art-abstract-space-sky-stars-beach-207601-wallhere.com.jpg) ;    */
  background:url(pexels-gradienta-7135037.jpg);
  backdrop-filter: brightness(80%) contrast(120%);
  background-size: cover;
  /* L'image prendra 100% de l'espace, quitte à la crop */
  background-position: center;
  /* Centre la position de l'image */
  background-repeat: no-repeat;
  filter:contrast(0.8);
  margin: 0;
  
}

/*width */
::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(62, 62, 62);
  border-radius: 10px;
}

body{
  padding: 20px
}

header {
  /* Permet de rendre le tout flexible */
  display: flex;
  /* Permet de mettre de la couleur en arrière plan */
  backdrop-filter: blur(15px) grayscale(1) opacity(0.8);
  /* background-image: url(https://images2.alphacoders.com/964/964126.png); */
  background-attachment: fixed;
  /* Fixe l'image pendant le scroll */
  background-size: cover;
  /* L'image prendra 100% de l'espace, quitte à la crop */
  background-position: center;
  /* Centre la position de l'image */
  background-repeat: no-repeat;
  /* Empêche l'image de se répéter en fonction de la taille d'écran */
  /* Espace entre les objets */
  justify-content: space-between;
  /* alignement des objets sur un axe */
  align-items: center;
  /* Permet de mettre un pas de chaque cotés */
  padding: 0px;
  border-radius: 20px;
  /* background-image: url() */
  position: sticky;
  top: 0px;
  z-index: 1000;
  height: 100px;
  border: solid 2px rgba(128, 128, 128, 0.084);
  margin-bottom: 50px;
}

header h1 {
  display: flex;
  padding: 10px;
  border: solid 5px rgb(1, 1, 95);
  border-radius: 100px;
  max-width: 100%;
  text-shadow: 5px 5px rgb(0, 0, 0);
}

header ul {
  list-style: none;
  display: flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}

header ul li {
  display: inline-flex;
  padding: 10px 20px;
  cursor: pointer;
  /* Permet de choisir un taille en fonction de la taille d'écriture par défaut */
  font-size: 0.9rem;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}

header form{
  height: 25px;
}

header ul li .big_button {
  display: flex;
  text-decoration: none;
  padding-inline: 20px;
  margin-inline: 0px;
  text-align: center;
  color: white;
  background-color: rgb(1, 1, 95);
  border-radius: 10px;
  border: solid 5px rgb(1, 1, 95);
  font-size: large;
  box-shadow: 3px 3px rgba(1, 1, 95, 0.416);
  transition: all 0.2s ease-out;
  
}

header input {
  margin-bottom: 0px;
  display: flex;
  background-color: rgb(72, 148, 161);
  color: rgb(0, 0, 0);
  padding: 10.1px;
  border: solid 2px rgba(128, 128, 128, 0.5);
  border-radius: 0 100px 100px 0;
  cursor: text;
  box-shadow: 1px 1px rgb(41, 8, 87);
  width: 40px;
  transition: all 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-delay: 0.2s;

}

.loupe{
  height: 29.70px;
  width: 30px;
  display: inline-flex;
  background-color: rgb(72, 148, 161);
  padding: 2px;
  padding-bottom: 4px;
  border: solid 2px rgba(128, 128, 128, 0.5);
  border-right: 0;
  vertical-align: middle;
  border-radius: 100px 0 0 100px;
  padding-left: 5px;
  box-shadow: 1px 1px rgb(41, 8, 87);
}


header input:focus{
  width: 300px;
  border-radius: 0 100px 100px 0;
  border-left: 0;
  outline: none;

}


.div_search{
  display: flex;
}

header .div_search:hover input{
  width: 300px;
  border-radius: 0 100px 100px 0;
  border-left: 0;

}



.suggestion {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgb(0, 0, 0);
  padding: 7px;
  border: solid 0.2px rgba(0, 0, 0, 0.078);
  vertical-align: middle;
  font-size: 20px;
  background-color: rgb(0, 179, 211);
  overflow-y: hidden;
  text-decoration: none;
  font-size: 14px;
}


#suggestions {
  display: none;
  /* margin-left: 13px; */
  width: 270px;
  max-height: 160px;
  overflow-y: hidden;
  /* display: block; */
  flex-direction: column;
  align-items: center;
  position: absolute;
  border-radius: 0px 0px 30px 30px;
  opacity: 93%;
  border: solid 2px rgb(0, 0, 0);
  border-top: 0;
  /* margin-left: 21px; */
}

.suggestion:hover{
  background-color: cornflowerblue;
  color: #ffff;

}

#menu li:hover {
  background-color: cornflowerblue;
  color: #ffff;
}

header #submit_search{
  display: none;
}

header ul li .big_button:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: #333;
  background-color: rgb(162, 162, 210);
  border-color: rgb(162, 162, 210);
}


#big {
  /* border: solid 2px rgb(33, 65, 102); */
  padding: 5px 50px;
  width: 200px;
  height: 300px;
  border-radius: 500px;
  top: 185px;
  /* display: flex; */
  background-color: transparent;
  position: absolute;
  opacity: 90%;
  /* box-shadow: 0px 0px 20px 10px RGBa(33, 65, 102, 0.587); */
}

#hidden_link {
  padding-inline: 24px;
  text-align: center;
  color: white;
  border-radius: 10px;
  font-size: x-large;
  text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
}

#math {
  position: absolute;
  /* right: 200px;
    top: 300px; */
  box-shadow: -20px 0px 20px RGBa(33, 65, 102, 0.587);
}

#physic {
  position: absolute;
  /* left: 200px;
    top: 300px; */
  box-shadow: 20px 0px 20px RGBa(33, 65, 102, 0.587);
}

#gros_titre {
  font-size: 60px;
  /* font-family: "MADE Kenfolg v2"; */
  font-weight: bold;
  color: rgb(72, 148, 161);
  text-decoration: none;
  margin: 20px;
  font-family: 'Times New Roman', Times, serif;
  max-width: 100%;

}

.TOUT{
    border: solid 2px rgba(0, 0, 0, 0.301);
    border-radius: 20px;
    background-color: white;

}


div img{
    border: solid 1px rgba(0, 0, 0, 0.301);
    border-radius: 20px;
}

#Texte{
    display: block;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 20px;
    padding: 10px;
}

.Nous{
    display: inline-block;
    columns: 2;
    column-rule: solid 2px black;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    margin: 20px;
    padding: 10px;
    column-gap: 100px;
}

#Godart,#2pyp{
    display: inline-block;
    justify-content: center;
}

@media only screen and (max-width: 1200px){

  .Nous{
  	display: block;
  }
  
  #objects{
  display:none;  
  }
  
  h1{
    maring: auto;
  }
}

#remerciements{
  	margin-top: 30px;
	text-align:center;
  	font-size: 0.7rem;
}